- /* snmset0.cpp by K.Tsuru */
- // function ID = 109
- /*************************
- SNumber class
- It clear figure[] by zero.
- **************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
- void SNumber::SetZero(){
- if(figure.size() && (CutDown() == DISABLE)) figure.clear();
- else figure.size(minArraySize , 0);
- aHead = aTail = 0; sign = ZERO;
- }
snmset0.cpp : last modifiled at 2016/09/04 14:21:43(357 bytes)
created at 2016/04/11 11:36:47
The creation time of this html file is 2017/10/27 10:59:17 (Fri Oct 27 10:59:17 2017).